x86/cpuid: correct parameter types for cpuid_count()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 20 Jan 2015 09:41:18 +0000 (10:41 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 20 Jan 2015 09:41:18 +0000 (10:41 +0100)
commitedfd64ea799cd4d29c2efc2d5961ee68ca5fc022
tree5a6f4d885058690355b02e7e6b9a1f01ba478bf6
parenta19ffcaf9e768c7b1f8303b6bca0bb0d8c4609d9
x86/cpuid: correct parameter types for cpuid_count()

About half of the cpuid space has the top bit of op set, and op it always
specified with unsigned integers.  There are no problematic uses in tree at
the moment.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/processor.h